From: Keir Fraser Date: Mon, 17 May 2010 09:56:36 +0000 (+0100) Subject: xend: suppress errors during capabilities check X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12141 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=c8272ff4cb07f2a953af6e68062e9c180e2caeab;p=xen.git xend: suppress errors during capabilities check Signed-off-by: Keir Fraser --- diff --git a/tools/hotplug/Linux/init.d/xend b/tools/hotplug/Linux/init.d/xend index 90c2beabf9..4016004790 100755 --- a/tools/hotplug/Linux/init.d/xend +++ b/tools/hotplug/Linux/init.d/xend @@ -31,7 +31,7 @@ then mount -t xenfs xenfs /proc/xen fi -if ! grep -q "control_d" /proc/xen/capabilities ; then +if ! grep -qs "control_d" /proc/xen/capabilities ; then exit 0 fi